home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / splib43U.lha / superplay-lib_USR / Install_Libs.script < prev    next >
Text File  |  1994-12-13  |  547b  |  26 lines

  1. ; $VER: Install_Libs.script V1.2 (27.2.94)
  2. ; © 1993-94 by Andreas R. Kleinert.
  3. ; This is the Installer Script for superplay.library V1+
  4.  
  5. (copylib
  6.   (prompt "Installing superplay.library to LIBS: ...")
  7.   (help @copylib-help)
  8.   (source ":superplay-Library/libs/superplay.library")
  9.   (dest "LIBS:")
  10.   (confirm)
  11. )
  12.  
  13. (makedir "LIBS:spobjects")
  14.  
  15. (copyfiles
  16.   (prompt "Installing spobjects to LIBS:spobjects ...")
  17.   (help @copyfiles-help)
  18.   (source ":superplay-Library/libs/spobjects")
  19.   (dest "LIBS:spobjects")
  20.   (pattern "#?")
  21.   (files)
  22.   (confirm)
  23. )
  24.  
  25.  
  26.